Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.platform.TemplateSources.mimetype--mimetype

This contribution is part of XML component org.nuxeo.platform.TemplateSources.mimetype inside nuxeo-template-rendering-core-9.10.jar /OSGI-INF/mimetype-contrib.xml

Extension Point

Extension point mimetype of component MimetypeRegistryService.

Contributed Items

  • <mimetype binary="false" iconPath="text.png" normalized="text/x-freemarker">
    			<mimetypes>
    				<mimetype>text/x-freemarker</mimetype>
    			</mimetypes>
    			<extensions>
    				<extension>ftl</extension>
    			</extensions>
    		</mimetype>

XML Source

<extension point="mimetype" target="org.nuxeo.ecm.platform.mimetype.service.MimetypeRegistryService">

		<mimetype binary="false" iconPath="text.png" normalized="text/x-freemarker">
			<mimetypes>
				<mimetype>text/x-freemarker</mimetype>
			</mimetypes>
			<extensions>
				<extension>ftl</extension>
			</extensions>
		</mimetype>
	</extension>